﻿2026-06-24T04:20:44.9047255Z ##[group]Run set -euo pipefail
2026-06-24T04:20:44.9047881Z [36;1mset -euo pipefail[0m
2026-06-24T04:20:44.9048335Z [36;1mPIN=0c95435[0m
2026-06-24T04:20:44.9048769Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-06-24T04:20:44.9049417Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-06-24T04:20:44.9050265Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-06-24T04:20:44.9051392Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-06-24T04:20:44.9052528Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-06-24T04:20:44.9053497Z [36;1m  rm -rf "$CACHE"[0m
2026-06-24T04:20:44.9054015Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-06-24T04:20:44.9054645Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-06-24T04:20:44.9055640Z [36;1m  cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-06-24T04:20:44.9056490Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-06-24T04:20:44.9057044Z [36;1mfi[0m
2026-06-24T04:20:44.9057697Z [36;1mSPT_N1_OLD_BROKER="$BIN" cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-06-24T04:20:44.9072375Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-06-24T04:20:44.9073042Z env:
2026-06-24T04:20:44.9073418Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-06-24T04:20:44.9073922Z ##[endgroup]
2026-06-24T04:20:45.1798379Z    Compiling proc-macro2 v1.0.106
2026-06-24T04:20:45.1799884Z    Compiling quote v1.0.45
2026-06-24T04:20:45.1800719Z    Compiling unicode-ident v1.0.24
2026-06-24T04:20:45.1801264Z    Compiling libc v0.2.186
2026-06-24T04:20:45.1801733Z    Compiling serde_core v1.0.228
2026-06-24T04:20:45.1802281Z    Compiling cfg-if v1.0.4
2026-06-24T04:20:45.1802729Z    Compiling serde v1.0.228
2026-06-24T04:20:45.1840614Z    Compiling log v0.4.32
2026-06-24T04:20:45.1880298Z    Compiling pin-project-lite v0.2.17
2026-06-24T04:20:45.1914612Z    Compiling typenum v1.20.1
2026-06-24T04:20:45.1937075Z    Compiling portable-atomic v1.13.1
2026-06-24T04:20:45.1971864Z    Compiling version_check v0.9.5
2026-06-24T04:20:45.2015068Z    Compiling memchr v2.8.1
2026-06-24T04:20:45.2071151Z    Compiling shlex v2.0.1
2026-06-24T04:20:45.2073365Z    Compiling find-msvc-tools v0.1.9
2026-06-24T04:20:45.2492086Z    Compiling critical-section v1.2.0
2026-06-24T04:20:45.2792817Z    Compiling futures-core v0.3.32
2026-06-24T04:20:45.2971786Z    Compiling subtle v2.6.1
2026-06-24T04:20:45.3450924Z    Compiling bytes v1.11.1
2026-06-24T04:20:45.4303636Z    Compiling smallvec v1.15.1
2026-06-24T04:20:45.4578827Z    Compiling equivalent v1.0.2
2026-06-24T04:20:45.4731453Z    Compiling itoa v1.0.18
2026-06-24T04:20:45.4761995Z    Compiling semver v1.0.28
2026-06-24T04:20:45.4860304Z    Compiling stable_deref_trait v1.2.1
2026-06-24T04:20:45.5341324Z    Compiling futures-sink v0.3.32
2026-06-24T04:20:45.5402612Z    Compiling futures-io v0.3.32
2026-06-24T04:20:45.5690866Z    Compiling slab v0.4.12
2026-06-24T04:20:45.5971235Z    Compiling futures-task v0.3.32
2026-06-24T04:20:45.6251421Z    Compiling futures-channel v0.3.32
2026-06-24T04:20:45.6260812Z    Compiling generic-array v0.14.7
2026-06-24T04:20:45.7081421Z    Compiling hashbrown v0.17.1
2026-06-24T04:20:45.7270923Z    Compiling bitflags v2.12.1
2026-06-24T04:20:45.7523474Z    Compiling rustc_version v0.4.1
2026-06-24T04:20:45.7862056Z    Compiling rustversion v1.0.22
2026-06-24T04:20:45.8310838Z    Compiling cpufeatures v0.2.17
2026-06-24T04:20:45.8361284Z    Compiling fnv v1.0.7
2026-06-24T04:20:45.8491648Z    Compiling strsim v0.11.1
2026-06-24T04:20:45.8851055Z    Compiling cfg_aliases v0.2.1
2026-06-24T04:20:45.9040923Z    Compiling rand_core v0.10.1
2026-06-24T04:20:45.9232909Z    Compiling writeable v0.6.3
2026-06-24T04:20:45.9692004Z    Compiling litemap v0.8.2
2026-06-24T04:20:45.9881367Z    Compiling ident_case v1.0.1
2026-06-24T04:20:46.0663506Z    Compiling icu_normalizer_data v2.2.0
2026-06-24T04:20:46.1183844Z    Compiling utf8_iter v1.0.4
2026-06-24T04:20:46.1446766Z    Compiling fs_extra v1.3.0
2026-06-24T04:20:46.1711861Z    Compiling dunce v1.0.5
2026-06-24T04:20:46.2014704Z    Compiling getrandom v0.4.2
2026-06-24T04:20:46.2170990Z    Compiling icu_properties_data v2.2.0
2026-06-24T04:20:46.2540989Z    Compiling percent-encoding v2.3.2
2026-06-24T04:20:46.2571121Z    Compiling autocfg v1.5.1
2026-06-24T04:20:46.4094486Z    Compiling http v1.4.1
2026-06-24T04:20:46.4132098Z    Compiling unicode-segmentation v1.13.3
2026-06-24T04:20:46.4810960Z    Compiling aws-lc-rs v1.17.0
2026-06-24T04:20:46.4930650Z    Compiling thiserror v2.0.18
2026-06-24T04:20:46.5101921Z    Compiling cpufeatures v0.3.0
2026-06-24T04:20:46.5192254Z    Compiling scopeguard v1.2.0
2026-06-24T04:20:46.5900607Z    Compiling indexmap v2.14.0
2026-06-24T04:20:46.6330833Z    Compiling syn v2.0.117
2026-06-24T04:20:46.6533367Z    Compiling lock_api v0.4.14
2026-06-24T04:20:46.6690930Z    Compiling chacha20 v0.10.0
2026-06-24T04:20:46.6951203Z    Compiling form_urlencoded v1.2.2
2026-06-24T04:20:46.7149484Z    Compiling untrusted v0.9.0
2026-06-24T04:20:46.7300574Z    Compiling heck v0.5.0
2026-06-24T04:20:46.8110479Z    Compiling rustls v0.23.40
2026-06-24T04:20:46.8290792Z    Compiling atomic-waker v1.1.2
2026-06-24T04:20:46.8454734Z    Compiling anyhow v1.0.102
2026-06-24T04:20:46.9330596Z    Compiling convert_case v0.10.0
2026-06-24T04:20:46.9376531Z    Compiling const-oid v0.10.2
2026-06-24T04:20:46.9520778Z    Compiling unicode-xid v0.2.6
2026-06-24T04:20:46.9549477Z    Compiling httparse v1.10.1
2026-06-24T04:20:46.9712385Z    Compiling paste v1.0.15
2026-06-24T04:20:46.9774964Z    Compiling parking_lot_core v0.9.12
2026-06-24T04:20:47.0190906Z    Compiling zerocopy v0.8.50
2026-06-24T04:20:47.0380756Z    Compiling num-traits v0.2.19
2026-06-24T04:20:47.0870887Z    Compiling hybrid-array v0.4.12
2026-06-24T04:20:47.1772517Z    Compiling jobserver v0.1.34
2026-06-24T04:20:47.2100893Z    Compiling curve25519-dalek v4.1.3
2026-06-24T04:20:47.2293999Z    Compiling ahash v0.8.12
2026-06-24T04:20:47.2720788Z    Compiling base64ct v1.8.3
2026-06-24T04:20:47.2900724Z    Compiling either v1.16.0
2026-06-24T04:20:47.2961345Z    Compiling fastrand v2.4.1
2026-06-24T04:20:47.3490481Z    Compiling powerfmt v0.2.0
2026-06-24T04:20:47.4253299Z    Compiling crypto-common v0.1.7
2026-06-24T04:20:47.4330617Z    Compiling block-buffer v0.10.4
2026-06-24T04:20:47.4371212Z    Compiling http-body v1.0.1
2026-06-24T04:20:47.5478193Z    Compiling cc v1.2.63
2026-06-24T04:20:47.5478864Z    Compiling digest v0.10.7
2026-06-24T04:20:47.5720889Z    Compiling deranged v0.5.8
2026-06-24T04:20:47.5997905Z    Compiling pem-rfc7468 v1.0.0
2026-06-24T04:20:47.6551560Z    Compiling pkg-config v0.3.33
2026-06-24T04:20:47.6688908Z    Compiling vcpkg v0.2.15
2026-06-24T04:20:47.7800496Z    Compiling data-encoding v2.11.0
2026-06-24T04:20:47.8031046Z    Compiling base64 v0.22.1
2026-06-24T04:20:47.8810816Z    Compiling try-lock v0.2.5
2026-06-24T04:20:47.9360531Z    Compiling mio v1.2.1
2026-06-24T04:20:47.9970928Z    Compiling socket2 v0.6.4
2026-06-24T04:20:48.0340552Z    Compiling getrandom v0.2.17
2026-06-24T04:20:48.1740816Z    Compiling zmij v1.0.21
2026-06-24T04:20:48.1990436Z    Compiling rand_core v0.6.4
2026-06-24T04:20:48.2420664Z    Compiling num-conv v0.2.2
2026-06-24T04:20:48.2990513Z    Compiling rand v0.10.1
2026-06-24T04:20:48.3390644Z    Compiling time-core v0.1.8
2026-06-24T04:20:48.3610347Z    Compiling tower-service v0.3.3
2026-06-24T04:20:48.4080564Z    Compiling tinyvec_macros v0.1.1
2026-06-24T04:20:48.4359802Z    Compiling parking_lot v0.12.5
2026-06-24T04:20:48.4366643Z    Compiling want v0.3.1
2026-06-24T04:20:48.4430637Z    Compiling crypto-common v0.2.2
2026-06-24T04:20:48.4640878Z    Compiling tinyvec v1.11.0
2026-06-24T04:20:48.4649910Z    Compiling block-buffer v0.12.0
2026-06-24T04:20:48.5294808Z    Compiling sha2 v0.10.9
2026-06-24T04:20:48.6360698Z    Compiling inout v0.1.4
2026-06-24T04:20:48.6500476Z    Compiling vergen-lib v9.1.0
2026-06-24T04:20:48.7700787Z    Compiling cmake v0.1.58
2026-06-24T04:20:48.7840386Z    Compiling n0-future v0.3.2
2026-06-24T04:20:48.8108217Z    Compiling signature v2.2.0
2026-06-24T04:20:48.8229737Z    Compiling serde_json v1.0.150
2026-06-24T04:20:48.8340708Z    Compiling cordyceps v0.3.4
2026-06-24T04:20:48.9230377Z    Compiling parking v2.2.1
2026-06-24T04:20:48.9540302Z    Compiling httpdate v1.0.3
2026-06-24T04:20:48.9650254Z    Compiling crossbeam-utils v0.8.21
2026-06-24T04:20:49.0280606Z    Compiling winnow v1.0.3
2026-06-24T04:20:49.0360435Z    Compiling spin v0.10.0
2026-06-24T04:20:49.0589910Z    Compiling diatomic-waker v0.2.3
2026-06-24T04:20:49.1215282Z    Compiling futures-lite v2.6.1
2026-06-24T04:20:49.1350816Z    Compiling ed25519 v2.2.3
2026-06-24T04:20:49.1527088Z    Compiling cipher v0.4.4
2026-06-24T04:20:49.2030059Z    Compiling netlink-packet-core v0.8.1
2026-06-24T04:20:49.2540931Z    Compiling futures-buffered v0.2.13
2026-06-24T04:20:49.2755665Z    Compiling universal-hash v0.5.1
2026-06-24T04:20:49.2790811Z    Compiling vergen v9.1.0
2026-06-24T04:20:49.3065618Z    Compiling vergen-lib v0.1.6
2026-06-24T04:20:49.3243699Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-06-24T04:20:49.3706523Z    Compiling digest v0.11.3
2026-06-24T04:20:49.3808234Z    Compiling heapless v0.7.17
2026-06-24T04:20:49.3957628Z    Compiling noq-udp v0.10.0
2026-06-24T04:20:49.4481334Z    Compiling sync_wrapper v1.0.2
2026-06-24T04:20:49.5339304Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-06-24T04:20:49.5394936Z    Compiling opaque-debug v0.3.1
2026-06-24T04:20:49.5694311Z    Compiling allocator-api2 v0.2.21
2026-06-24T04:20:49.5839181Z    Compiling byteorder v1.5.0
2026-06-24T04:20:49.6037841Z    Compiling polyval v0.6.2
2026-06-24T04:20:49.6653281Z    Compiling spin v0.9.8
2026-06-24T04:20:49.6786428Z    Compiling vergen-gitcl v1.0.8
2026-06-24T04:20:49.6847019Z    Compiling fallible-iterator v0.3.0
2026-06-24T04:20:49.7080758Z    Compiling aws-lc-sys v0.41.0
2026-06-24T04:20:49.7980628Z    Compiling ring v0.17.14
2026-06-24T04:20:49.8094797Z    Compiling libsqlite3-sys v0.30.1
2026-06-24T04:20:49.8590396Z    Compiling hash32 v0.2.1
2026-06-24T04:20:49.8630697Z    Compiling signature v3.0.0
2026-06-24T04:20:49.8770245Z    Compiling ryu v1.0.23
2026-06-24T04:20:49.8950102Z    Compiling num_threads v0.1.7
2026-06-24T04:20:50.0190801Z    Compiling tower-layer v0.3.3
2026-06-24T04:20:50.0260840Z    Compiling fallible-streaming-iterator v0.1.9
2026-06-24T04:20:50.0525192Z    Compiling time v0.3.47
2026-06-24T04:20:50.1051615Z    Compiling ghash v0.5.1
2026-06-24T04:20:50.1115299Z    Compiling sha2 v0.11.0-rc.5
2026-06-24T04:20:50.1660534Z    Compiling ctr v0.9.2
2026-06-24T04:20:50.1940363Z    Compiling aes v0.8.4
2026-06-24T04:20:50.2090579Z    Compiling fs2 v0.4.3
2026-06-24T04:20:50.2210419Z    Compiling http-body-util v0.1.3
2026-06-24T04:20:50.3581156Z    Compiling aead v0.5.2
2026-06-24T04:20:50.3744076Z    Compiling openssl-probe v0.2.1
2026-06-24T04:20:50.3787910Z    Compiling crossbeam-channel v0.5.15
2026-06-24T04:20:50.4035891Z    Compiling crossbeam-epoch v0.9.18
2026-06-24T04:20:50.4920331Z    Compiling blake3 v1.8.5
2026-06-24T04:20:50.5350651Z    Compiling netlink-packet-route v0.29.0
2026-06-24T04:20:50.6198896Z    Compiling uuid v1.23.2
2026-06-24T04:20:50.7620831Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-06-24T04:20:50.8460684Z    Compiling aes-gcm v0.10.3
2026-06-24T04:20:50.8763197Z    Compiling memoffset v0.6.5
2026-06-24T04:20:50.9239887Z    Compiling acto v0.8.2
2026-06-24T04:20:51.0000862Z    Compiling netwatch v0.16.0
2026-06-24T04:20:51.0422207Z    Compiling noq v0.18.0
2026-06-24T04:20:51.0490304Z    Compiling rustix v1.1.4
2026-06-24T04:20:51.0641023Z    Compiling foldhash v0.2.0
2026-06-24T04:20:51.1210513Z    Compiling mac-addr v0.3.0
2026-06-24T04:20:51.2058087Z    Compiling xml-rs v0.8.28
2026-06-24T04:20:51.2588244Z    Compiling ref-cast v1.0.25
2026-06-24T04:20:51.2858441Z    Compiling tagptr v0.2.0
2026-06-24T04:20:51.3273699Z    Compiling thiserror v1.0.69
2026-06-24T04:20:51.3358810Z    Compiling sorted-index-buffer v0.2.1
2026-06-24T04:20:51.4281343Z    Compiling lru-slab v0.1.2
2026-06-24T04:20:51.4282913Z    Compiling rustc-hash v2.1.2
2026-06-24T04:20:51.4631039Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-24T04:20:51.5336479Z    Compiling identity-hash v0.1.0
2026-06-24T04:20:51.6010577Z    Compiling hashbrown v0.16.1
2026-06-24T04:20:51.6822838Z    Compiling netlink-packet-route v0.30.0
2026-06-24T04:20:51.6955900Z    Compiling termios v0.2.2
2026-06-24T04:20:51.7299284Z    Compiling synstructure v0.13.2
2026-06-24T04:20:51.7600512Z    Compiling darling_core v0.20.11
2026-06-24T04:20:51.8460231Z    Compiling serde_derive_internals v0.29.1
2026-06-24T04:20:52.2240233Z    Compiling xmltree v0.10.3
2026-06-24T04:20:52.3744013Z    Compiling proc-macro-crate v3.5.0
2026-06-24T04:20:52.3850534Z    Compiling serial-core v0.4.0
2026-06-24T04:20:52.4450429Z    Compiling ioctl-rs v0.1.6
2026-06-24T04:20:52.4657038Z    Compiling errno v0.3.14
2026-06-24T04:20:52.5420892Z    Compiling simple-dns v0.9.3
2026-06-24T04:20:52.5791627Z    Compiling aho-corasick v1.1.4
2026-06-24T04:20:52.6007579Z    Compiling resolv-conf v0.7.6
2026-06-24T04:20:52.6074141Z    Compiling smol_str v0.1.24
2026-06-24T04:20:52.6130860Z    Compiling arrayref v0.3.9
2026-06-24T04:20:52.6826429Z    Compiling linux-raw-sys v0.12.1
2026-06-24T04:20:52.8331205Z    Compiling signal-hook v0.3.18
2026-06-24T04:20:52.8500987Z    Compiling simdutf8 v0.1.5
2026-06-24T04:20:52.9032024Z    Compiling constant_time_eq v0.4.2
2026-06-24T04:20:52.9500829Z    Compiling regex-syntax v0.8.10
2026-06-24T04:20:52.9662014Z    Compiling toml_write v0.1.2
2026-06-24T04:20:52.9899862Z    Compiling sha1_smol v1.0.1
2026-06-24T04:20:53.1009348Z    Compiling winnow v0.7.15
2026-06-24T04:20:53.1016320Z    Compiling arrayvec v0.7.6
2026-06-24T04:20:53.1772812Z    Compiling signal-hook-registry v1.4.8
2026-06-24T04:20:53.1931904Z    Compiling serial-unix v0.4.0
2026-06-24T04:20:53.2657484Z    Compiling lru v0.16.4
2026-06-24T04:20:53.4022780Z    Compiling darling_core v0.23.0
2026-06-24T04:20:53.5101896Z    Compiling serde_bytes v0.11.19
2026-06-24T04:20:53.5980326Z    Compiling seize v0.5.1
2026-06-24T04:20:53.6849072Z    Compiling serde_derive v1.0.228
2026-06-24T04:20:53.7800633Z    Compiling zeroize_derive v1.4.3
2026-06-24T04:20:53.9670749Z    Compiling tokio-macros v2.7.0
2026-06-24T04:20:54.0180062Z    Compiling zerofrom-derive v0.1.7
2026-06-24T04:20:54.3675273Z    Compiling zeroize v1.8.2
2026-06-24T04:20:54.5480975Z    Compiling futures-macro v0.3.32
2026-06-24T04:20:54.6891263Z    Compiling tokio v1.52.3
2026-06-24T04:20:55.0375167Z    Compiling yoke-derive v0.8.2
2026-06-24T04:20:55.0556479Z    Compiling zerovec-derive v0.11.3
2026-06-24T04:20:55.0700708Z    Compiling displaydoc v0.2.6
2026-06-24T04:20:55.5202729Z    Compiling futures-util v0.3.32
2026-06-24T04:20:55.5740714Z    Compiling tracing-attributes v0.1.31
2026-06-24T04:20:55.5911857Z    Compiling zerofrom v0.1.8
2026-06-24T04:20:55.7228625Z    Compiling rustls-pki-types v1.14.1
2026-06-24T04:20:55.9730929Z    Compiling curve25519-dalek-derive v0.1.1
2026-06-24T04:20:56.0620740Z    Compiling thiserror-impl v2.0.18
2026-06-24T04:20:56.4431959Z    Compiling yoke v0.8.3
2026-06-24T04:20:56.5290877Z    Compiling darling_macro v0.20.11
2026-06-24T04:20:56.6197743Z    Compiling zerovec v0.11.6
2026-06-24T04:20:56.6400883Z    Compiling zerotrie v0.2.4
2026-06-24T04:20:56.6540651Z    Compiling derive_more-impl v2.1.1
2026-06-24T04:20:56.8899434Z    Compiling darling v0.20.11
2026-06-24T04:20:56.9860618Z    Compiling derive_builder_core v0.20.2
2026-06-24T04:20:57.0081452Z    Compiling n0-error-macros v0.1.3
2026-06-24T04:20:57.1390507Z    Compiling spez v0.1.2
2026-06-24T04:20:57.2920608Z    Compiling der v0.8.0-rc.10
2026-06-24T04:20:57.3756802Z    Compiling tinystr v0.8.3
2026-06-24T04:20:57.5730954Z    Compiling icu_locale_core v2.2.0
2026-06-24T04:20:57.6160663Z    Compiling potential_utf v0.1.5
2026-06-24T04:20:57.7620547Z    Compiling icu_collections v2.2.0
2026-06-24T04:20:57.9370493Z    Compiling pin-project-internal v1.1.13
2026-06-24T04:20:58.1306160Z    Compiling n0-error v0.1.3
2026-06-24T04:20:58.3457345Z    Compiling derive_builder_macro v0.20.2
2026-06-24T04:20:58.5452653Z    Compiling ed25519-dalek v2.2.0
2026-06-24T04:20:58.6650315Z    Compiling ipnet v2.12.0
2026-06-24T04:20:58.6690743Z    Compiling derive_builder v0.20.2
2026-06-24T04:20:58.7939579Z    Compiling spki v0.8.0-rc.4
2026-06-24T04:20:58.9489173Z    Compiling icu_provider v2.2.0
2026-06-24T04:20:58.9884868Z    Compiling pkcs8 v0.11.0-rc.10
2026-06-24T04:20:59.0645727Z    Compiling prefix-trie v0.8.4
2026-06-24T04:20:59.1510508Z    Compiling futures-executor v0.3.32
2026-06-24T04:20:59.3100608Z    Compiling once_cell v1.21.4
2026-06-24T04:20:59.3717700Z    Compiling icu_properties v2.2.0
2026-06-24T04:20:59.3790781Z    Compiling icu_normalizer v2.2.0
2026-06-24T04:20:59.4130380Z    Compiling pin-project v1.1.13
2026-06-24T04:20:59.4580576Z    Compiling futures v0.3.32
2026-06-24T04:20:59.4830772Z    Compiling ed25519 v3.0.0-rc.4
2026-06-24T04:20:59.5040666Z    Compiling tracing-core v0.1.36
2026-06-24T04:20:59.5313562Z    Compiling spt-proto v0.14.3 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-proto)
2026-06-24T04:20:59.7198516Z    Compiling hashbrown v0.14.5
2026-06-24T04:20:59.9050670Z    Compiling cobs v0.3.0
2026-06-24T04:20:59.9241110Z    Compiling data-encoding-macro-internal v0.1.18
2026-06-24T04:20:59.9850817Z    Compiling postcard-derive v0.2.2
2026-06-24T04:21:00.1059931Z    Compiling tracing v0.1.44
2026-06-24T04:21:00.3290548Z    Compiling data-encoding-macro v0.1.20
2026-06-24T04:21:00.4041620Z    Compiling rustls-native-certs v0.8.4
2026-06-24T04:21:00.5417141Z    Compiling hashlink v0.9.1
2026-06-24T04:21:00.5810932Z    Compiling tokio-util v0.7.18
2026-06-24T04:21:00.5895432Z    Compiling netlink-sys v0.8.8
2026-06-24T04:21:00.6270626Z    Compiling postcard v1.1.3
2026-06-24T04:21:00.8870995Z    Compiling tower v0.5.3
2026-06-24T04:21:00.9075286Z    Compiling idna_adapter v1.2.2
2026-06-24T04:21:00.9181618Z    Compiling derive_more v2.1.1
2026-06-24T04:21:00.9507157Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-06-24T04:21:00.9849962Z    Compiling strum_macros v0.28.0
2026-06-24T04:21:01.0190612Z    Compiling idna v1.1.0
2026-06-24T04:21:01.0452525Z    Compiling rusqlite v0.32.1
2026-06-24T04:21:01.0577318Z    Compiling num_enum_derive v0.7.6
2026-06-24T04:21:01.0660574Z    Compiling async-trait v0.1.89
2026-06-24T04:21:01.0820872Z    Compiling iroh-metrics-derive v0.4.1
2026-06-24T04:21:01.1280779Z    Compiling enum-assoc v1.3.0
2026-06-24T04:21:01.2650845Z    Compiling iroh-relay v0.98.0
2026-06-24T04:21:01.3952986Z    Compiling netdev v0.42.0
2026-06-24T04:21:01.4364202Z    Compiling url v2.5.8
2026-06-24T04:21:01.5413471Z    Compiling h2 v0.4.14
2026-06-24T04:21:01.6047786Z    Compiling iroh-metrics v0.38.3
2026-06-24T04:21:01.6770196Z    Compiling tokio-stream v0.1.18
2026-06-24T04:21:01.7060676Z    Compiling n0-watcher v0.6.1
2026-06-24T04:21:01.9800201Z    Compiling netlink-proto v0.12.0
2026-06-24T04:21:01.9910771Z    Compiling moka v0.12.15
2026-06-24T04:21:02.1802016Z    Compiling serde_spanned v0.6.9
2026-06-24T04:21:02.1956211Z    Compiling toml_datetime v0.6.11
2026-06-24T04:21:02.3161029Z    Compiling hickory-proto v0.26.0-beta.4
2026-06-24T04:21:02.3203704Z    Compiling num_enum v0.7.6
2026-06-24T04:21:02.3250982Z    Compiling spt-store v0.14.3 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-store)
2026-06-24T04:21:02.3401047Z    Compiling iroh-base v0.98.0
2026-06-24T04:21:02.4034698Z    Compiling attohttpc v0.30.1
2026-06-24T04:21:02.4321258Z    Compiling tower-http v0.6.11
2026-06-24T04:21:02.4465978Z    Compiling thiserror-impl v1.0.69
2026-06-24T04:21:02.5760868Z    Compiling ref-cast-impl v1.0.25
2026-06-24T04:21:02.9550571Z    Compiling toml_edit v0.22.27
2026-06-24T04:21:03.0627666Z    Compiling webpki-roots v1.0.7
2026-06-24T04:21:03.1837504Z    Compiling regex-automata v0.4.14
2026-06-24T04:21:03.1939317Z    Compiling schemars_derive v1.2.1
2026-06-24T04:21:03.2006922Z    Compiling hmac v0.12.1
2026-06-24T04:21:03.2141114Z    Compiling iroh v0.98.2
2026-06-24T04:21:03.2233078Z    Compiling dyn-clone v1.0.20
2026-06-24T04:21:03.3220599Z    Compiling pin-utils v0.1.0
2026-06-24T04:21:03.3453475Z    Compiling rustix v0.38.44
2026-06-24T04:21:03.3921858Z    Compiling bitflags v1.3.2
2026-06-24T04:21:03.4742322Z    Compiling utf8parse v0.2.2
2026-06-24T04:21:03.4846216Z    Compiling cmov v0.5.4
2026-06-24T04:21:03.5828426Z    Compiling anstyle-parse v1.0.0
2026-06-24T04:21:03.7280420Z    Compiling ctutils v0.4.2
2026-06-24T04:21:03.7889184Z    Compiling nix v0.25.1
2026-06-24T04:21:03.8172895Z    Compiling hkdf v0.12.4
2026-06-24T04:21:03.8282587Z    Compiling backon v1.6.0
2026-06-24T04:21:03.8960738Z    Compiling strum v0.28.0
2026-06-24T04:21:03.9478782Z    Compiling darling_macro v0.23.0
2026-06-24T04:21:04.0041137Z    Compiling papaya v0.2.4
2026-06-24T04:21:04.0590278Z    Compiling iroh-dns v0.98.0
2026-06-24T04:21:04.1960966Z    Compiling filedescriptor v0.8.3
2026-06-24T04:21:04.3030354Z    Compiling serial v0.4.0
2026-06-24T04:21:04.3321366Z    Compiling downcast-rs v1.2.1
2026-06-24T04:21:04.3733831Z    Compiling is_terminal_polyfill v1.70.2
2026-06-24T04:21:04.4190581Z    Compiling colorchoice v1.0.5
2026-06-24T04:21:04.4420608Z    Compiling shell-words v1.1.1
2026-06-24T04:21:04.4487418Z    Compiling foldhash v0.1.5
2026-06-24T04:21:04.5170803Z    Compiling anstyle v1.0.14
2026-06-24T04:21:04.5301187Z    Compiling anstyle-query v1.1.5
2026-06-24T04:21:04.5389227Z    Compiling linux-raw-sys v0.4.15
2026-06-24T04:21:04.6230460Z    Compiling instability v0.3.12
2026-06-24T04:21:04.6321513Z    Compiling hashbrown v0.15.5
2026-06-24T04:21:04.6400574Z    Compiling signal-hook-mio v0.2.5
2026-06-24T04:21:04.6435747Z    Compiling darling v0.23.0
2026-06-24T04:21:04.6813639Z    Compiling spake2 v0.4.0
2026-06-24T04:21:04.7153391Z    Compiling anstream v1.0.0
2026-06-24T04:21:04.7617770Z    Compiling terminal_size v0.4.4
2026-06-24T04:21:04.7744218Z    Compiling strum_macros v0.26.4
2026-06-24T04:21:04.8190320Z    Compiling sha1 v0.10.6
2026-06-24T04:21:04.8888526Z    Compiling itertools v0.13.0
2026-06-24T04:21:05.0891527Z    Compiling castaway v0.2.4
2026-06-24T04:21:05.0949200Z    Compiling unicode-width v0.1.14
2026-06-24T04:21:05.2050990Z    Compiling schemars v1.2.1
2026-06-24T04:21:05.2176723Z    Compiling spt-msg v0.14.3 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-msg)
2026-06-24T04:21:05.2187185Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-24T04:21:05.4530217Z    Compiling static_assertions v1.1.0
2026-06-24T04:21:05.5184606Z    Compiling doctest-file v1.1.1
2026-06-24T04:21:05.5470683Z    Compiling clap_lex v1.1.0
2026-06-24T04:21:05.8421074Z    Compiling toml v0.8.23
2026-06-24T04:21:06.0273053Z    Compiling regex v1.12.3
2026-06-24T04:21:06.0626569Z    Compiling indoc v2.0.7
2026-06-24T04:21:06.1776979Z    Compiling interprocess v2.4.2
2026-06-24T04:21:06.4959868Z    Compiling spt-runtime v0.14.3 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-runtime)
2026-06-24T04:21:06.8981330Z    Compiling unicode-truncate v1.1.0
2026-06-24T04:21:06.9325971Z    Compiling crossterm v0.28.1
2026-06-24T04:21:07.0483229Z    Compiling hyper v1.10.1
2026-06-24T04:21:07.0567065Z    Compiling clap_builder v4.6.0
2026-06-24T04:21:07.2298450Z    Compiling compact_str v0.8.2
2026-06-24T04:21:07.3707646Z    Compiling strum v0.26.3
2026-06-24T04:21:07.4800738Z    Compiling lru v0.12.5
2026-06-24T04:21:07.6613238Z    Compiling clap_derive v4.6.1
2026-06-24T04:21:07.8013594Z    Compiling cassowary v0.3.0
2026-06-24T04:21:08.0337713Z    Compiling portable-pty v0.8.1
2026-06-24T04:21:08.1710483Z    Compiling unicode-width v0.2.0
2026-06-24T04:21:08.3770611Z    Compiling iana-time-zone v0.1.65
2026-06-24T04:21:08.4707481Z    Compiling spt-term v0.14.3 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-term)
2026-06-24T04:21:08.6181284Z    Compiling chrono v0.4.45
2026-06-24T04:21:08.6474396Z    Compiling ratatui v0.29.0
2026-06-24T04:21:08.7493751Z    Compiling nucleo-matcher v0.3.1
2026-06-24T04:21:08.7740652Z    Compiling qrcode v0.14.1
2026-06-24T04:21:08.8640473Z    Compiling hyper-util v0.1.20
2026-06-24T04:21:09.3118628Z    Compiling tempfile v3.27.0
2026-06-24T04:21:09.4624474Z    Compiling spt-live v0.14.3 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-live)
2026-06-24T04:21:10.0874071Z    Compiling clap v4.6.1
2026-06-24T04:21:10.7510632Z    Compiling igd-next v0.17.1
2026-06-24T04:21:11.9311906Z    Compiling portmapper v0.16.0
2026-06-24T04:21:16.8997662Z    Compiling rustls-webpki v0.103.13
2026-06-24T04:21:19.2189880Z    Compiling tokio-rustls v0.26.4
2026-06-24T04:21:19.2192822Z    Compiling rustls-platform-verifier v0.7.0
2026-06-24T04:21:19.2193194Z    Compiling noq-proto v0.17.0
2026-06-24T04:21:19.3574585Z    Compiling hickory-net v0.26.0-beta.4
2026-06-24T04:21:19.3575322Z    Compiling hyper-rustls v0.27.9
2026-06-24T04:21:19.3576246Z    Compiling tokio-websockets v0.13.2
2026-06-24T04:21:19.4938419Z    Compiling reqwest v0.13.4
2026-06-24T04:21:20.3648078Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-24T04:21:34.0085941Z    Compiling spt-net v0.14.3 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-net)
2026-06-24T04:21:35.3329923Z    Compiling spt-daemon v0.14.3 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-daemon)
2026-06-24T04:21:42.4083060Z    Compiling spt v0.14.3 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt)
2026-06-24T04:21:46.2124011Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 01s
2026-06-24T04:21:46.2352024Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-90ebca56fbbcd582)
2026-06-24T04:21:46.2364746Z 
2026-06-24T04:21:46.2364851Z running 1 test
2026-06-24T04:21:52.3226601Z test new_brain_serves_against_old_broker ... ok
2026-06-24T04:21:52.3226954Z 
2026-06-24T04:21:52.3227224Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.09s
2026-06-24T04:21:52.3227613Z 
